libxl: remove unsigned less-than-0 comparison
authorMatthew Daley <mattd@bugfuzz.com>
Sun, 1 Dec 2013 10:14:59 +0000 (23:14 +1300)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 2 Dec 2013 12:01:59 +0000 (12:01 +0000)
commitce021b0df555c32f4c18ec2534f8f5b8c88e9066
treecaa4bb7bd89c0863ca4af7c263f62fb2a3fb6306
parent0ca009727b3ea5b17046e0ee990238e9488eab9c
libxl: remove unsigned less-than-0 comparison

...from libxl_cpuid_parse_config_xend. value is unsigned so this doesn't
work, and either way the following comparison on it being bigger than 3
does what was intended here anyway.

Coverity-ID: 1055614
Signed-off-by: Matthew Daley <mattd@bugfuzz.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_cpuid.c